Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / StyleCollection Class / AddRange Method / AddRange(String[],Style[]) Method
The key array.
The style array.


In This Topic
AddRange(String[],Style[]) Method
In This Topic
Adds the specified key array and Style array into the StyleCollection.
Syntax
'Declaration
 
Public Overloads Sub AddRange( _
   ByVal keys() As String, _
   ByVal styles() As Style _
) 
 
'Usage
 
Dim instance As StyleCollection
Dim keys() As String
Dim styles() As Style
 
instance.AddRange(keys, styles)

Parameters

keys
The key array.
styles
The style array.
See Also